home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_q_t / tralblzr.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-07-31  |  904b  |  47 lines

  1.  
  2. @echo off
  3.  
  4. rem
  5. rem Twisted Pine(tm) Trailblazer(tm) demo install procedure.
  6. rem
  7. rem (c) Copyright 1991-1992 Twisted Pine Software Corporation. All rights reserved.
  8. rem Twisted Pine(tm) and Trailblazer(tm) are trademarks of Twisted Pine Software Corporation.
  9.  
  10. getmode
  11.  
  12. if errorlevel 3 goto nospace
  13. if errorlevel 1 goto windows
  14.  
  15. :dos
  16.  
  17. pkunzip -d tbdemo.zip c:\
  18. md C:\Tralblzr\Tutorial\Delaware
  19. md C:\Tralblzr\Tutorial\Georgia
  20. md C:\Tralblzr\Tutorial\Vermont
  21. copy readme.wri c:\tralblzr
  22. echo.
  23. echo Launching Windows...
  24. win demoins.exe
  25. goto end
  26.  
  27. :windows
  28.  
  29. pkunzip -d tbdemo.zip c:\
  30. md C:\Tralblzr\Tutorial\Delaware
  31. md C:\Tralblzr\Tutorial\Georgia
  32. md C:\Tralblzr\Tutorial\Vermont
  33. copy readme.wri c:\tralblzr
  34. demoins
  35. pause
  36. goto end
  37.  
  38. :nospace
  39.  
  40. echo The Twisted Pine Trailblazer demo requires at least
  41. echo 1.5 MB of free disk space on drive C.
  42. echo.
  43. pause
  44.  
  45. :end
  46. 
  47.